home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / MAY / Dr9505 / range.dfm / range.txt < prev   
Text File  |  1995-03-07  |  3KB  |  150 lines

  1. object Form1: TForm1
  2.   Left = 189
  3.   Top = 102
  4.   Width = 442
  5.   Height = 300
  6.   ActiveControl = DBGrid1
  7.   Caption = 'Filter Example'
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Bevel1: TBevel
  15.     Left = 307
  16.     Top = 69
  17.     Width = 106
  18.     Height = 119
  19.   end
  20.   object Label1: TLabel
  21.     Left = 316
  22.     Top = 81
  23.     Width = 30
  24.     Height = 16
  25.     Caption = 'Start'
  26.   end
  27.   object Label2: TLabel
  28.     Left = 316
  29.     Top = 132
  30.     Width = 25
  31.     Height = 16
  32.     Caption = 'End'
  33.   end
  34.   object Label3: TLabel
  35.     Left = 312
  36.     Top = 59
  37.     Width = 60
  38.     Height = 16
  39.     Caption = 'ID Range'
  40.     Font.Color = clNavy
  41.     Font.Height = -13
  42.     Font.Name = 'System'
  43.     Font.Style = []
  44.     ParentFont = False
  45.   end
  46.   object Image1: TImage
  47.     Left = 10
  48.     Top = 7
  49.     Width = 32
  50.     Height = 32
  51.     AutoSize = True
  52.     Picture.Data = {<image000.bmp>}
  53.     Stretch = True
  54.   end
  55.   object Label4: TLabel
  56.     Left = 88
  57.     Top = 9
  58.     Width = 257
  59.     Height = 22
  60.     Caption = '"We'#39've Never Been Licked!"'
  61.     Font.Color = clRed
  62.     Font.Height = -19
  63.     Font.Name = 'Arial'
  64.     Font.Style = [fsBold]
  65.     ParentFont = False
  66.   end
  67.   object Label5: TLabel
  68.     Left = 159
  69.     Top = 33
  70.     Width = 108
  71.     Height = 16
  72.     Caption = 'Ice Cream Parlor'
  73.   end
  74.   object Image2: TImage
  75.     Left = 46
  76.     Top = 28
  77.     Width = 32
  78.     Height = 32
  79.     AutoSize = True
  80.     Picture.Data = {<image001.bmp>}
  81.     Stretch = True
  82.   end
  83.   object DBGrid1: TDBGrid
  84.     Left = 11
  85.     Top = 69
  86.     Width = 280
  87.     Height = 184
  88.     DataSource = DataSource1
  89.     TabOrder = 0
  90.     TitleFont.Color = clWindowText
  91.     TitleFont.Height = -13
  92.     TitleFont.Name = 'System'
  93.     TitleFont.Style = []
  94.   end
  95.   object Edit1: TEdit
  96.     Left = 316
  97.     Top = 101
  98.     Width = 82
  99.     Height = 24
  100.     Font.Color = clMaroon
  101.     Font.Height = -13
  102.     Font.Name = 'System'
  103.     Font.Style = []
  104.     ParentFont = False
  105.     TabOrder = 1
  106.   end
  107.   object Edit2: TEdit
  108.     Left = 316
  109.     Top = 152
  110.     Width = 84
  111.     Height = 24
  112.     Font.Color = clMaroon
  113.     Font.Height = -13
  114.     Font.Name = 'System'
  115.     Font.Style = []
  116.     ParentFont = False
  117.     TabOrder = 2
  118.   end
  119.   object Button1: TButton
  120.     Left = 307
  121.     Top = 198
  122.     Width = 106
  123.     Height = 24
  124.     Caption = 'Set Range'
  125.     TabOrder = 3
  126.     OnClick = Button1Click
  127.   end
  128.   object Button2: TButton
  129.     Left = 307
  130.     Top = 227
  131.     Width = 106
  132.     Height = 24
  133.     Caption = 'Cancel Range'
  134.     TabOrder = 4
  135.     OnClick = Button2Click
  136.   end
  137.   object Table1: TTable
  138.     Active = True
  139.     DatabaseName = 'ayf'
  140.     TableName = 'YOGURT.DB'
  141.     Left = 365
  142.     Top = 5
  143.   end
  144.   object DataSource1: TDataSource
  145.     DataSet = Table1
  146.     Left = 397
  147.     Top = 5
  148.   end
  149. end
  150.